home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 60152 / 60152.xpi / install.rdf < prev   
Extensible Markup Language  |  2010-01-29  |  1KB  |  51 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.   <Description
  7.         about="urn:mozilla:install-manifest"
  8.  
  9.     em:name="TheRealURL"
  10.     em:description="Expand shortened URLs"
  11.     em:version="0.52"
  12.  
  13.         em:iconURL="chrome://realurl/content/icon.png"
  14.         em:optionsURL="chrome://realurl/content/options.xul"
  15.         
  16.     em:creator="Rod Whiteley"
  17.     em:id="realurl@rod.whiteley"
  18.         >
  19.         
  20.     <em:targetApplication><!-- Firefox -->
  21.       <Description
  22.         em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
  23.         em:minVersion="3.5"
  24.         em:maxVersion="3.7a1pre" />
  25.     </em:targetApplication>
  26.         
  27.     <em:targetApplication><!-- Thunderbird -->
  28.       <Description
  29.         em:id="{3550f703-e582-4d05-9a08-453d09bdfdc6}"
  30.         em:minVersion="2.0"
  31.         em:maxVersion="3.2a1pre" />
  32.     </em:targetApplication>
  33.         
  34.     <em:targetApplication><!-- SeaMonkey -->
  35.       <Description
  36.         em:id="{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}"
  37.         em:minVersion="2.0"
  38.         em:maxVersion="2.1a1pre" />
  39.     </em:targetApplication>
  40.         
  41.     <em:targetApplication><!-- Flock -->
  42.       <Description
  43.         em:id="{a463f10c-3994-11da-9945-000d60ca027b}"
  44.         em:minVersion="2.0"
  45.         em:maxVersion="99" />
  46.     </em:targetApplication>
  47.         
  48.   </Description>
  49.  
  50. </RDF>
  51.